home *** CD-ROM | disk | FTP | other *** search
- .name
- MandelTourDemo
- .type
- Image Processing
- .short
- Demo of a new fractal program
- .description
- Demo version of a new Mandelbrot explorer with two original features:
- (1) it keeps memory of all the pictures that have been saved so as to
- make easier a systematic exploration of the Mandelbrot Set, with
- various facilities for navigating in the graphic library formed
- by these pictures (2) it has sophisticated routines for picture rendering,
- far better than what can be achieved with the usual cyclic coloring of its
- competitors. MandelTour uses fixed point arithmetic routine from 32 bits
- to 128 bits. Possibility of complex animations.
- .version
- 3.0
- .date
- 1995.03.10
- .author
- Charles VASSALLO
- .restrictions
- In this demo version, saving is disabled; only one enlargement allowed
- from the various pictures in the library (but there are one hundred of
- them); no keyboard input of coordinates
- .requirements
- Requires OS 3.0+ (AGA graphics; preferably PAL display)
- .distribution
- Commercial Demo
- .price
- $45(US, approximate), 240 FF (French)
- .address
- 3 rue Anatole France
- 13220 Chateauneuf-les-Martigues
- France (fax (33) 42 76 18 70)
- .construction
- F-Basic and assembly (DevPac)
- .docs
- MandelTour.doc
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- gfx/fract
- .execute
- set choice `RequestChoice "MandelTour" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Important! TEXT
- endif
-
- if $choice EQ "2"
- MetaTool MandelTour.doc TEXT
- endif
-
- if $choice EQ "3"
- AmigaToNTSC/AmigaToPAL
- MandelTour.demo
- endif
-